projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
327be07
)
Release fix.
author
Robert Lipe
<robertlipe@gpsbabel.org>
Wed, 25 Jan 2017 23:23:50 +0000
(17:23 -0600)
committer
Robert Lipe
<robertlipe@gpsbabel.org>
Wed, 25 Jan 2017 23:23:50 +0000
(17:23 -0600)
tools/mkchangelog
patch
|
blob
|
history
diff --git
a/tools/mkchangelog
b/tools/mkchangelog
index 52043f0418e30bedc2f65580c4465c65f2ccc652..41b44cd27a4685a76c8b1dd40f8fea911782b061 100755
(executable)
--- a/
tools/mkchangelog
+++ b/
tools/mkchangelog
@@
-7,6
+7,8
@@
#
LANG='POSIX'; export LANG > /dev/null
+# Prefer GNU sed.
+PATH=/opt/local/libexec/gnubin:$PATH
sed -e 's/^[ \t]*//;s/[ \t]*$//' | # trim leading and trailing spaces
sed -e 's/ < / \< /g' -e 's/ > /\> /g' | # try replace some unhandled html operators